home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
-
- StampUI.h
-
- This file is furnished to you by Adobe Systems Incorporated
- under the terms of the Acrobat(r) Plug-ins Software
- Development Kit License Agreement.
-
- Copyright (C) 1994-1997, Adobe Systems Inc. All Rights Reserved.
-
-
- Interface to the Stamper user interface set-up code. Creates
- an AVTool, AVToolButton and AVMenuItem for the Stamper plug-in.
-
- ******************************************************************************/
-
- #ifndef _H_StampUI
- #define _H_StampUI
-
- #include "AVExpT.h"
-
- /* SetUpUI
- ** Creates and registers the AVTool, AVToolButton and AVMenuItem needed
- ** for the Stamper.
- */
- void SetUpUI(void);
- void CleanUpUI(void);
-
- #endif /* !_H_StampUI */
-